index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-opensafety.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-5
/
+5
*
MT: move global frame_end_routines to packet_info.
Jakub Zawadzki
2012-09-03
1
-2
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Do not use BASE_NONE for FT_*INT* types.
Chris Maynard
2012-06-09
1
-1
/
+1
*
From Roland Knall:
Anders Broman
2012-06-05
1
-18
/
+108
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-03-29
1
-3
/
+0
*
From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7003
Alexis La Goutte
2012-03-29
1
-49
/
+68
*
From Roland Knall:
Anders Broman
2012-03-19
1
-27
/
+56
*
FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;
Bill Meier
2012-03-16
1
-66
/
+68
*
From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6786 :
Jeff Morriss
2012-02-03
1
-9
/
+32
*
Checking scmUDID for NULL is pointless since the pointer has already been der...
Chris Maynard
2011-12-20
1
-2
/
+1
*
Null out opensafety_item if we're nulling out opensafety_tree.
Guy Harris
2011-12-15
1
-1
/
+2
*
From Roland Knall:
Anders Broman
2011-12-15
1
-56
/
+140
*
Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...
Bill Meier
2011-12-13
1
-2
/
+1
*
Various Minor cleanup:
Bill Meier
2011-11-27
1
-256
/
+374
*
From Roland Knall via bug 6538:
Stig Bjørlykke
2011-11-04
1
-164
/
+18
*
From Roland Knall via bug 6538:
Stig Bjørlykke
2011-11-03
1
-49
/
+9
*
From Roland Knall:
Anders Broman
2011-11-02
1
-6
/
+4
*
From Roland Knall:
Anders Broman
2011-11-01
1
-109
/
+182
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-1
/
+1
*
Fix Coverity CID 1204: CONSTANT EXPRESSION RESULT according to feedback from ...
Chris Maynard
2011-09-30
1
-47
/
+62
*
From Roland Knall:
Anders Broman
2011-09-29
1
-15
/
+17
*
Removed the call to g_warning() in proto_reg_handoff_opensafety(), as I didn'...
Chris Maynard
2011-08-23
1
-1
/
+0
*
Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...
Bill Meier
2011-08-08
1
-2
/
+0
*
If you have a loop that iterates over packet contents, you absolutely
Guy Harris
2011-08-07
1
-6
/
+19
*
Fix 45 occurrences of unused values reported under Coverity CID's 1235-1241.
Chris Maynard
2011-08-02
1
-50
/
+45
*
From Roland Knall:
Anders Broman
2011-08-02
1
-418
/
+191
*
Avoid a crash reported in bug 6138 by never allowing frame1Size < dataLength.
Chris Maynard
2011-07-26
1
-0
/
+1
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
Bill Meier
2011-07-15
1
-13
/
+10
*
From Roland Knall:
Anders Broman
2011-07-04
1
-1
/
+117
*
From Roland Knall:
Anders Broman
2011-07-03
1
-41
/
+17
*
From Roland Knall:
Anders Broman
2011-06-21
1
-2
/
+5
*
From Roland Knall:
Anders Broman
2011-06-17
1
-29
/
+216
*
Move the warning "...SercosIII heuristic dissector cannot be registered.." to...
Anders Broman
2011-06-08
1
-8
/
+1
*
From Roland Knall via bug 5977:
Gerald Combs
2011-06-03
1
-3
/
+37
*
Fix Bug #5984: Infinite loop caused by fcn call arg conversion: guint->guint8
Bill Meier
2011-06-02
1
-2
/
+2
*
From Roland Knall: openSAFETY dissector.
Guy Harris
2011-05-31
1
-0
/
+1604