aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alcap.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+2
2008-03-01Added missing array for hf_alcap_pssiae_max_len and hf_alcap_ssiae_max_len.Stig Bjørlykke1-0/+2
2007-12-04update to new signature for string keyed treesRonnie Sahlberg1-5/+5
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-34/+34
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2006-08-29Florent DROUIN <florent.drouin@alcatel.fr>:Jörg Mayer1-1/+0
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-30Constify some stuff, to eliminate compiler warnings and to make a tableGuy Harris1-3/+3
2006-03-24- Actually Fix Coverity CID 105 It is true...Luis Ontanon1-12/+12
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg1-3/+3
2006-03-11Mark coverity's CID 105 as a false positive.Luis Ontanon1-0/+2
2006-03-11replace GHashTables with se_treesLuis Ontanon1-35/+21
2006-03-07From Jeff Morris,Luis Ontanon1-4/+2
2006-03-07- contsify a variable in packet-alcap.c to see if a fake bug reported by cove...Luis Ontanon1-1/+1
2006-01-05Bill Meier:Jörg Mayer1-62/+62
2005-12-28Keep a hash of call legs indexed by nsap:sugr and separate the leg tree code ...Luis Ontanon1-70/+103
2005-12-19Avoid a warning if release_cause == 0Luis Ontanon1-1/+1
2005-11-07Dissect NSAPAnders Broman1-0/+3
2005-10-29Use NULL for pointers, 0 for integers, to squelch compiler warnings.Guy Harris1-2/+2
2005-10-28Came up to be an almost complete rewrite:Luis Ontanon1-1711/+1466
2005-09-15Add more information regarding call legs.Luis Ontanon1-130/+187
2005-09-02make two thigs that should be value_strings value_stringsRonnie Sahlberg1-14/+18
2005-08-20Trivial warning fixesJörg Mayer1-3/+3
2005-08-19Keep information about the call-leg so that all the messages of a leg can be ...Luis Ontanon1-24/+211
2005-07-27Fix >2600 warnings by doing char -> const char changes.Jörg Mayer1-6/+6
2005-07-24use ep_alloc instead of statically allocated buffersLuis Ontanon1-2/+6
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-23/+4
2005-06-26packet-alcap.c(195) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-4/+4
2005-06-07make sure that colifo gets set and put some other useful info thereLuis Ontanon1-63/+80
2005-06-06register the dissector so that it can be foundLuis Ontanon1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1774