aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isns.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-10-07White space cleanupJeff Morriss1-38/+38
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-300/+300
2010-01-18Use true_false_strings from tfs.c when possible;Bill Meier1-104/+56
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-66/+66
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-3/+3
2007-07-03relax the checking of [PG] PORTAL IP ADDRESS, some implementations are Ronnie Sahlberg1-81/+95
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-2/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-10-18Squelch compiler warningsJaap Keuter1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-05fix *several* dissector bugs, found by private fuzz-testsUlf Lamping1-1/+43
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping1-0/+6
2005-02-02From Jon Ringle:Anders Broman1-4/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-16Just returning from a dissector without dissecting anything is rude;Guy Harris1-26/+57
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-4/+4
2004-07-28From Ming Zhang: update to the latest draft.Guy Harris1-41/+73
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1922