aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipdc.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some more g_assert*()'s in the dissectors. There are a fewJeff Morriss2007-04-101-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-1/+1
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-1/+1
* nikai@nikai.net:Jörg Mayer2006-11-141-1/+0
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-2/+2
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* remove a redundant tvb_memdup() and fix a potential buffer overflow at the ...Ronnie Sahlberg2005-07-221-4/+2
* Squelch various signed vs. unsigned warnings by:Guy Harris2005-07-091-2/+2
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-2/+2
* a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2004-12-251-1/+1
* From Josh Bailey: fix the fetch of the IPDC payload length, it's only 10Guy Harris2004-10-221-3/+6
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping2004-08-211-2/+3
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+442