Hi ! Burton M. Strauss III wrote: > The way to track these down is to use the status bar on the browser > and figure out which page is being referenced. Use that xxxx.html to > find the constant in globals-defines.h (usualy XXXXX_HTML) and then > figure out which routine is being called by looking for the XXXX_HTML > constant in http.c. > > That gives you the block of code, where you can find the qsort() call > and see what compare function is being used. Then the col= generated > header needs to be adjusted to the right case value for the compare > function.
Thanks for your advice, but my programming knowledge is very poorly. The referenced pages are IpL2L, IpL2R, IpR2L and IpR2R. When sorting by column 3 or 4 we get these randomness. The associated constants in global-defines.h are CONS_IP_L_2_L_HTML, CONS_IP_L_2_R_HTML, CONS_IP_R_2_L_HTML, CONS_IP_R_2_R_HTML. However from that point I am at a loss...... Greets rs _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
